Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: swap pickup notes for rider_notes on campaign singup. #349

Closed
wants to merge 1 commit into from

Conversation

teesloane
Copy link
Contributor

Fixes #340

@@ -23,8 +23,8 @@
<:col :let={task} label="Dropoff Neighbourhood">
<%= Locations.neighborhood(task.dropoff_location) %>
</:col>
<:col :let={task} label="Notes"><%= task.delivery_status_notes %>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While swapping this, I noticed that for some reasons I added the delivery_status_notes into this html table. 🧹

@mveytsman
Copy link
Member

Just to be clear we haven't added any form to fill them in yet right?

@teesloane
Copy link
Contributor Author

Just to be clear we haven't added any form to fill them in yet right?

I did actually add it to the task form. I should have added a screenshot:

CleanShot 2024-04-28 at 16 02 45@2x

@mveytsman
Copy link
Member

Oh sorry, I missed the html bits.

To be honest, I'm not 100% sure on this: I think the issue that this has PII and should be hidden from the public page should be addressed.

I think before adding a separate field we should iterate on clear instructions and train dispatchers e.g. I notice there's a todo to rename the field from rider notes to delivery instructions.

What if we make a PR to hide it and then get some feedbakc on slack on copy for adding a second field?

@teesloane
Copy link
Contributor Author

Sure, I'll make a PR to hide the delivery notes for now and then we can circle back to this when necessary :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Displaying notes on signups - possible privacy concerns
2 participants